StructuredDataResult

data class StructuredDataResult(val receipt: StructuredDataReceipt? = null, val readableCodes: List<ReadableCode> = listOf()) : Serializable

The result of a structured data extraction.

Constructors

Link copied to clipboard
constructor(receipt: StructuredDataReceipt? = null, readableCodes: List<ReadableCode> = listOf())

Properties

Link copied to clipboard

Present if readable codes extraction was request and readable codes were successfully extracted, empty otherwise.

Link copied to clipboard

Present if receipt extraction was requested and a receipt/invoice was successfully extracted, null otherwise.